home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2008 September
/
PCWorld_2008-09_cd.bin
/
v cisle
/
sadanastroju
/
wot-20080519-fx.xpi
/
chrome
/
wot.jar
/
skin
/
include
/
loading.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2008-05-07
|
1KB
|
51 lines
body {
background-color: #f7f7f7;
}
#loading {
position: fixed;
top: 17%;
width: 100%;
text-align: center;
}
#images {
margin: 0 auto;
width: 210px;
}
.image {
background: url("chrome://wot/skin/fusion/32_32/grey.png") top left no-repeat;
width: 32px;
height: 32px;
margin-right: 5px;
margin-left: 5px;
float: left;
}
#image-0 {
background: url("chrome://wot/skin/fusion/32_32/danger.png") top left no-repeat;
}
#image-1 {
background: url("chrome://wot/skin/fusion/32_32/not_safe.png") top left no-repeat;
}
#image-2 {
background: url("chrome://wot/skin/fusion/32_32/caution.png") top left no-repeat;
}
.accessible .image {
background: url("chrome://wot/skin/fusion/accessible/32_32/grey.png") top left no-repeat;
}
.accessible #image-0 {
background: url("chrome://wot/skin/fusion/accessible/32_32/danger.png") top left no-repeat;
}
.accessible #image-1 {
background: url("chrome://wot/skin/fusion/accessible/32_32/not_safe.png") top left no-repeat;
}
.accessible #image-2 {
background: url("chrome://wot/skin/fusion/accessible/32_32/caution.png") top left no-repeat;
}
#text {
clear: both;
color: #6a6a6a;
font-family: Arial, sans-serif;
font-size: 14px;
width: 100%;
padding-top: 24px;
}